@charset "UTF-8";

/*共用样式*/
@font-face {
    font-family: 'iconfont';
    /* project id 455609 */
    src: url("../fonts/iconfont.woff");
}

.iconfont {
    font-family: iconfont !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.news_detail h3.title_bar .iconfont::before {
    content: '\e67a';
    margin-right: 5px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.i-row {
    margin: 0 -15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*头部*/
#header .logo {
    width: 300px;
}

#header .logo img {
    max-width: 100%;
}

#header .top_contact {
    float: right;
}

#header .top_contact .k2 {
    font-size: 20px;
    font-family: "impact";
    color: #333;
    line-height: 100px;
}

#header .out-nav {
    margin-top: 5px;
}

#header .out-nav .nav {
    background-color: #8392bd;
    height: 32px;
}

#header .out-nav .nav li {
    line-height: 32px;
    height: 32px;
    text-align: center;
    width: 130px;
    float: left;
    position: relative;
    z-index: 999;
}

#header .out-nav .nav li a {
    display: block;
    line-height: 32px;
    color: #fff;
    height: 32px;
}

#header .out-nav .nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #24588e;
}

#header .out-nav .nav .dropdown {
    background: #01557a;
    color: #fff;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
    display: none;
    width: 100%;
}

#header .out-nav .nav .dropdown a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
}

#header .out-nav .nav .dropdown a:hover {
    background: #042d3f;
    text-decoration: none;
}

/*热门搜索*/
.yq_search {
    text-align: left;
    height: 24px;
    margin: 10px 0;
}

.yq_search #form_search {
    float: right;
}

.yq_search #form_search input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

.yq_search #form_search input#sou_word {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.yq_search #form_search input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

.yq_search .hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.yq_search .hotSearch a {
    margin-right: 6px;
}

/*首页分类*/
.i-product-cate {
    width: 240px;
    float: left;
}

.i-product-cate .cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

/*首页关于我们*/
.i-about {
    width: 660px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.i-about .about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.i-about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

/*首页新闻*/
.news_company {
    width: 280px;
    float: right;
}

.news_company .news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.news_company .content {
    padding: 5px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*首页左侧联系我们*/
.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact .contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}

/*工程案例*/
.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case .case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #8392bd;
    font-size: 14px;
    color: #fff;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}

.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 0;
}

.slideBox .hd ul li.on {
    background: #132e65;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 51%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    position: relative;
}

.slideBox .bd li img {

    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 58%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

/*产品推荐*/
/*前台多页签*/
.news {
    width: 1200px;
    margin-top: 10px;
}

.news .hd {
    position: relative;
}

.news .hd li {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.news .hd li.on {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #95a9dc;
    border-color: #95a9dc;
}

.news .bd li {
    width: 100%;
}

.news .bd li span {
    float: right;
}

/*友情链接*/
.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 14px;
    background: #95a9dc;
    color: #fff;
}

/*页面底部*/
#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

#footer .nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

#footer .copyright {
    text-align: center;
    line-height: 24px;
}

/*内页公用*/
.ny_all {
    padding-top: 30px;
}

.ny_left_top {
    width: 20%;
    float: left;
}

.ny_left_top h3 {
    line-height: 41px;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    background: #17459b;
}

.ny_left_top .ny_menu {
    padding: 10px;
    border: 1px solid #ccc;
}

.ny_left_top .ny_menu .n-news-list {
    font-size: 14px;
}

.ny_left_top .ny_menu .n-news-list li {
    line-height: 28px;
}

.ny_left_top .ny_menu .n-news-list li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
    background: #000;
}

.out-foot {
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.out-foot a {
    color: #fff;
}

.ny_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ny_banner img {
    width: 100%;
}

.sort_product {
    margin-top: 10px;
}

.ny_contact {
    margin-top: 10px;
}

.ny_contact .content {
    padding: 5px;
    line-height: 24px;
}

.ny_right_top {
    width: 78%;
    padding-bottom: 10px;
    float: right;
}

.ny_ding {
    padding: 10px 0;
}

.ny_ding .site {
    text-align: left;
    line-height: 30px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    font-size: 14px;
}

.ny_right_top .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.ny_right_top .content .content {
    padding: 10px;
}

/*内页分类样式*/
.ny_sort li {
    position: relative;
    z-index: 999;
}

.ny_sort li:last-child a {
    margin-bottom: 0;
}

.ny_sort li a {
    color: #fff;
    display: block;
    line-height: 39px;
    font-family: "微软雅黑";
    text-align: center;
    font-size: 14px;
    background: #1d4ba1;
    margin-bottom: 10px;
}

.ny_sort li a:hover {
    background: #1d4ba1;
    
}

.ny_sort li .about_b {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 210px;
    background: #000;
    z-index: 9999;
}

.ny_sort li .layer2 {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 218px;
    padding: 10px;
    background: #ccc;
    z-index: 9999;
}

.ny_sort li .layer2 li {
    overflow: hidden;
}

.ny_sort li .layer2 li a {
    font-weight: normal;
    background: none;
}

.ny_sort li .layer2 li a:hover {
    text-decoration: none;
    color: #333;
}

.ny_sort li .layer2 li .layer3 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 10px;
}

.ny_sort li .layer2 li .layer3 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}

.ny_sort li .layer2 li .layer3 li .layer4 li {
    margin: 6px 0px;
    line-height: 24px;
    padding-left: 15px;
}

.ny_sort li .layer2 li .layer3 li .layer4 li a {
    font: normal 12px/24px "微软雅黑";
    background: none;
}

.i-container {
    margin-top: 20px;
}

/*内页新闻*/
.ny_news_list li {
    line-height: 27px;
    position: relative;
    margin: 20px 0;
    transition: all 0.7s;
}

.ny_news_list li a.more {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    width: 86px;
    text-align: center;
    float: right;
    color: #65beba;
    border-radius: 4px;
}

.ny_news_list li h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #323232;
}

.ny_news_list li h3 a {
    color: #323232;
}

.ny_news_list li h3 a:HOVER {
    color: #65beba;
}

.ny_news_list li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}


.ny_news_list li:hover {
    box-shadow: 2px solid #333;
    padding: 7px;

}

/*内页产品列表*/
.ny_product_list li {
    width: 46%;
    position: relative;
    margin: 0 2%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
    transition: all 0.6s;
}

.ny_product_list li:hover {
    border: 2px solid #333;
}

.ny_product_list li img {
    position: relative;
    width: 100%;
    height: auto;
    transition: all 0.6s;
}

.ny_product_list li:hover img {
    transform: scale(1.1);
}



.ny_product_list li h3 {
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #c1c1c1;
}

.ny_product_list li h3 a {
    color: #333;
    font-size: 14px;
}

/*内页留言*/
.f_message {
    padding: 30px;
}

.f_message .m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 40px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
    left: 118px;
}

.f_message .c_label {
    line-height: 18px;
    padding-top: 12px;
}

.f_message ul li {
    text-align: center;
    width: 440px;
    position: relative;
    margin-top: 20px;
}

.f_message ul li p {
    float: left;
    font-size: 14px;
    text-align: right;
    width: 100px;
    position: relative;
}

.f_message ul li p.bix::before {
    content: '*';
    color: red;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 12px;
}

.f_message ul li textarea {
    width: 333px;
    float: right;
    border: 1px solid #e4e4e4;
    line-height: 40px;
    height: 120px;
}

.f_message ul li .code_img {
    margin-left: 18px;
    visibility: hidden;
}

.f_message ul li input {
    width: 333px;
    float: right;
    border: 1px solid #e4e4e4;
    line-height: 40px;
}

.f_message ul li input#contact {
    height: 40px;
}

.f_message ul li input#name {
    height: 40px;
}

.f_message ul li input#checkcode {
    width: 170px;
}

.f_message ul li input#msgbtn {
    background: #088b3f;
}

.pls {
    background: none !important;
}

.pls a {
    color: #000;
}

.pls a:hover {
    font-weight: bold;
    color: #000;
}



.sub-cate-box {
    padding: 20px 0;
    border-bottom: 1px #DADADA solid;
    font-size: 0;
}

.sub-cate-box a {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
}

.sub-cate-box a.active {
    color: #D80033;
}

.sub-cate-child {
    height: 50px;
    line-height: 50px;
    font-size: 0;
    position: relative;
}

.sub-cate-child a {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
}



.box6 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5.6vw;
}

.bt6 dd {
    color: #fff;
    font-size: 30px;
}

.bt6 dt {
    color: #fff;
}

.bt6 p {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 2.3vw;
}

.img_box {
    position: absolute;
    z-index: 1;
}

.img_box .bgimg {
    display: block;
    width: 100%;
    height: 100%;
}

.bgimg img {
    width: 100%;
}

.text_box {
    /*position: absolute;*/
    /*top: 4vw;*/
    /*left: 11vw;*/
    margin-top: 0vw;
}

.box6l {
    float: left;
    width: 37%;
    margin-top: 2.87vw;
    position: relative;
    z-index: 1;
}

.box6r {
    float: right;
    position: relative;
    z-index: 11;
}

.bt6 dd {}

.bt6 dt {
    font-weight: bold;
}








.indexpro_sort {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 26vw;
}

.sortbox {
    width: 13.1vw;
    height: 16.45vh;
    overflow: hidden;
    border: solid 1px #ffffff66;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;

}

.bgblue {
    background-color: #005baa;
}

.bgfff53 {
    background-color: #ffffff;
    opacity: 0.53;
}

.sortbox:nth-child(2) {}

.sortbox:nth-child(n+5) {}

.sortbox:nth-child(1),
.sortbox:nth-child(3),
.sortbox:nth-child(5) {
    margin-left: 13.1vw;
}

.sortbox img {
    width: 3.2vw;
}

.sortbox p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffffc9;
}

.sortbox p.wz333 {
    color: #333;
}



@media(max-width: 1400px) {
    .sortbox p {
        font-size: 18px;
        margin-top: 0;
    }
}

@media(max-width: 1200px) {
    .sortbox {
        padding-left: 1.75vw;
    }

}

@media(max-width: 990px) {
    .box6l {
        width: 55%;
    }

    /*.sortbox:nth-child(1), .sortbox:nth-child(4), .sortbox:nth-child(5){*/
    /*  display: none;*/
    /*}*/
    .sortbox {
        width: 28vw;
    }
}

@media(max-width: 700px) {
    .box6 {
        display: none;
    }
}


.indexHead {
    width: 100%;
    float: left;
    text-align: center;
}

.indexHead h3 {
    width: 100%;
    font-size: 40px !important;
    color: #1e50ae;
    line-height: 58px;
    letter-spacing: 14px;
    font-weight: bold;
}

.indexHead h3 span {
    color: #1e50ae;
}

.indexHead h5 {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.indexHead h5 span {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 0 65px;
    line-height: 40px;
    border: solid 1px #ececec;
    font-size: 18px;
    color: #888;
    letter-spacing: 14px;
    position: relative;
    font-weight: normal;
}





.index2 {
    padding: 90px 0 3px 0;
    background: #fff;

}

.index2 .index2Body {
    width: 80%;
    margin: 30px auto;
    padding-bottom: -2px;
    position: relative;

    text-align: center;
}

.index2 .index2Body ul {
    width: 80% !important;
    margin: 0 auto !important;

}

.index2 .index2Body ul li {
    width: 47%;
    float: left;
    margin: 0 1.5%;
    margin-top: 10px;
    background: #f4f4f4;
}

.index2 .index2Body ul li a {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    /*height:320px;*/
}

.index2 .index2Body ul li a>img {
    width: 100%;
    /*height:320px; position:absolute; left:50%; top:0;*/
    /*max-width:none;*/
    /*margin-left:-240px;*/
    transition: all 0.8s linear 0.1s;
    -moz-transition: all 0.8s linear 0.1s;
    -webkit-transition: all 0.8s linear 0.1s;
    -o-transition: width all 0.8s linear 0.1s;
}

.index2 .index2Body ul li a .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 76%;
    height: 100%;
    background: rgba(57, 57, 57, 0.4);
    padding: 10px 30px 55px 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}





.index2 .index2Body ul li a .text h4 {
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 50px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    text-align: center;
    transition: all 0.6s;
    font-weight: bold;
}

.index2 .index2Body ul li a .text .title {
    width: 100%;
    margin: 8px auto;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: 1px;

}

.index2 .index2Body ul li a .text .jj {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: white;
    line-height: 24px;
    letter-spacing: 1px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.index2 .index2Body ul li a .text .detail {
    width: 96px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 1px;
    border: solid 1px white;
    color: #132d64;
    margin-top: 21px;
    margin: 0 auto;
    text-align: center;

}

.index2 .index2Body ul li a .text .detail img {
    vertical-align: middle;
    margin: -3px 0 0 6px;
}

.index2 .index2Body ul li a:hover .text {
    top: 0;
    padding: 36px 30px 55px 30px;
    background: rgba(255, 255, 255, 1);
}


.index2 .index2Body ul li a:hover .text h4 {
    line-height: 30px;
    text-align: center;
}


.index2 .index2Body ul li a:hover>img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.index2 .index2Body .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 16px;
}

.index2 .index2Body .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 12px;
    padding: 0;
    vertical-align: top;
    background: #c3c3c3;
    cursor: pointer;
    float: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.index2 .index2Body .slick-dots li button {
    display: none;
}

.index2 .index2Body .slick-dots li.slick-active {
    background: #132e65;
}

@media screen and (min-width: 1920px) {
    .index2 .index2Body ul li a>img {
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .index2 .index2Body ul li a {
        /*height:200px;*/
    }

    .index2 .index2Body ul li a>img {
        /*width:300px; height:200px; margin-left:-150px;*/
    }

    .index2 .index2Body ul li a .text {
        padding: 16px 20px 25px 20px;
    }

    .index2 .index2Body ul li a .text .detail {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .index2 {
        padding: 44px 0 30px 0;
    }

    .index2 .index2Body {
        margin-top: 20px;
        padding-bottom: 32px;
    }

    .index2 .index2Body ul li a .text h4 {
        font-size: 18px;
        color: white;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .index2 .index2Body ul li a .text .title {
        margin:6px 0;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .index2 .index2Body ul li a .text .jj {
        margin-top: 6px;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0px;
        height: 44px;
    }

    .index2 .index2Body ul li a {
        /*height:150px;*/
    }

    .index2 .index2Body ul li a>img {
        /*width:224px; height:150px; margin-left:-112px;*/
    }

    .index2 .index2Body ul li a .text {
        padding: 20px 10px 15px 10px;
    }

    .index2 .index2Body ul li a .text .detail {
        display: none;
    }

    .index2 .index2Body .slick-dots {
        height: 10px;
    }

    .index2 .index2Body .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .index2 {
        padding: 22px 0 15px 0;
    }

    .index2 .index2Body {
        margin-top: 15px;
        padding-bottom: 21px;
    }

    .index2 .index2Body ul li {
        width: 50%;
        padding: 0 2px;
        margin-top: 4px;
    }

    .index2 .index2Body ul li a .text h4 {
        font-size: 18px;
        color: white;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .index2 .index2Body ul li a .text .title {
        margin-top: 6px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .index2 .index2Body ul li a .text .jj {
        margin-top: 6px;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0px;
        height: 44px;
    }

    .index2 .index2Body ul li a {
        height: auto;
    }

    .index2 .index2Body ul li a>img {
        width: 100%;
        height: auto;
        margin-left: 0;
        position: relative;
        left: auto;
        top: auto;
        float: left;
    }

    .index2 .index2Body ul li a .text {
        padding: 15px 10px 15px 10px;
    }

    .index2 .index2Body ul li a .text .detail {
        display: none;
    }

    .index2 .index2Body .slick-dots {
        height: 8px;
    }

    .index2 .index2Body .slick-dots li {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}





.index1 {
    padding: 20px 0 0 0;
}

.index1 .index1Body {
    width: 100%;
    float: left;
    margin-top: 62px;
}

.index1 .index1Body ul,
.index1 .index1Body ul li a>img {
    width: 100%;
    float: left;
}

.index1 .index1Body ul li {
    width: 16.6%;
    float: left;
    position: relative;
    background: black;
    overflow: hidden;
}

.index1 .index1Body ul li a>img {
    opacity: 0.6;
    transition: all 0.8s linear 0.1s;
    -moz-transition: all 0.8s linear 0.1s;
    -webkit-transition: all 0.8s linear 0.1s;
    -o-transition: width all 0.8s linear 0.1s;
}

.index1 .index1Body ul li:hover a>img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.index1 .index1Body ul li .text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index1 .index1Body ul li .text h5 {
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'OPENSANS-REGULAR';
    letter-spacing: 2px;
}

.index1 .index1Body ul li .text h4 {
    width: 100%;
    overflow: hidden;
}

.index1 .index1Body ul li .text h4 span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: white;
    line-height: 34px;
    padding: 0 20px;
    letter-spacing: 2px;
    position: relative;
}

.index1 .index1Body ul li .text h4 span:before,
.index1 .index1Body ul li .text h4 span:after {
    content: '';
    width: 85px;
    position: absolute;
    left: -85px;
    top: 50%;
    height: 1px;
    background: white;
    opacity: 0.4;
}

.index1 .index1Body ul li .text h4 span:after {
    left: auto;
    right: -85px;
}

.index1 .index1Body ul li .text .detail {
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 1px;
    border: solid 1px white;
    color: white;
    margin-top: 41px;
}

.index1 .index1Body ul li .text .detail img {
    vertical-align: middle;
    margin: -3px 0 0 6px;
}

.index1 .index1Body ul li:hover .text {
    margin-top: -60px;
}

.index1 .index1Body ul li:hover .text .detail {
    background: rgba(30,80,174,.4);
   
    border-color: #8199e5;
    

}

@media screen and (max-width: 1366px) {

    .index1 .index1Body ul li .text h4 span:before,
    .index1 .index1Body ul li .text h4 span:after {
        width: 65px;
        left: -65px;
    }

    .index1 .index1Body ul li .text h4 span:after {
        left: auto;
        right: -65px;
    }
}

@media screen and (max-width: 1199px) {
    .index1 .index1Body ul li .text h5 {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .index1 .index1Body ul li .text h4 span:before,
    .index1 .index1Body ul li .text h4 span:after {
        width: 45px;
        left: -45px;
    }

    .index1 .index1Body ul li .text h4 span:after {
        left: auto;
        right: -45px;
    }
}

@media screen and (max-width: 991px) {
    .index1 {
        padding: 62px 0 20px 0;
    }

    .index1 ul {
        padding-bottom: 30px;
        position: relative;
    }

    .index1 .index1Body {
        margin-top: 41px;
    }

    .index1 .index1Body .slick-dots {
        position: absolute;
        bottom: 0px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        height: 10px;
    }

    .index1 .index1Body .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        padding: 0;
        vertical-align: top;
        background: #ddd;
        cursor: pointer;
        float: none;
    }

    .index1 .index1Body .slick-dots li button {
        display: none;
    }

    .index1 .index1Body .slick-dots li.slick-active {
        background: #132e65;
    }

    .index1 .index1Body ul li .text h4 span {
        font-size: 18px;
        line-height: 28px;
        padding: 0 15px;
        letter-spacing: 1px;
    }

    .index1 .index1Body ul li .text .detail {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index1 {
        padding: 31px 0 20px 0;
    }

    .index1 ul {
        padding-bottom: 20px;
        position: relative;
    }

    .index1 .index1Body {
        margin-top: 20px;
    }

    .index1 .index1Body .slick-dots {
        height: 8px;
    }

    .index1 .index1Body .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .index1 .index1Body ul li .text {
        padding: 0 10px;
    }

    .index1 .index1Body ul li .text h5 {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .index1 .index1Body ul li .text h4 span {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
        letter-spacing: 0px;
    }

    .index1 .index1Body ul li .text .detail {
        margin-top: 10px;
    }

    .index1 .index1Body ul li:hover .text {
        margin-top: -30px;
    }
}

.client-2 {
    position: fixed;
    right: -80px;
    top: 62%;
    z-index: 900;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.client-2 li a {
    text-decoration: none;

}

.client-2 li {
    /*border-bottom: 1px solid #dcdfe7;*/
    clear: both;
    height: 45px;
    position: relative;
    transition: all 0.5s;
    left: 0;
    opacity: 1;
    margin: 1px 0;
}

.client-2 li i {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0px auto;
    text-align: center;

}

.client-2 li p {
    /*height: 20px;*/
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #474747;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    position: relative;
}


.client-2 .my-kefu-main {
    width: 120px;
    position: relative;
}

.client-2 .my-kefu-mail {
    background: url(../images/weixin2.png) no-repeat 8px 10px #1e50ae;
    background-size: 26%;
    border-top-left-radius: 10px;
}

.client-2 .my-kefu-skype {
    background: url(../images/dh.jpg) no-repeat 9px 7px #1e50ae;
    background-size: 26%;
    border-bottom-left-radius: 10px;
}


.client-2 .my-kefu-main span {
    position: absolute;
    height: 45px;
    width: 200px;
    line-height: 45px;
    color: #1e50ae;
    left: 52px;
}


.my-kefu-right {
    position: absolute;
    right: 120px;
    background: #fff;
    width: 120px;
    height: 120px;
    display: none;
    overflow: hidden;
    border-radius: 10px;

}

.my-kefu-right p img {
    width: 100% !important;
    height: 100% !important;
}


.client-2 .my-kefu-mail .my-kefu-right {

    top: -35px;
}





.client-2 .my-kefu-skype .my-kefu-right {
    height: 46px;
    width: 200px;
}

.client-2 .my-kefu-skype .my-kefu-right p {
    line-height: 53px;
    font-size: 17px;
    /*font-weight: bold;*/
}

.client-2 li:hover.my-kefu-mail {
    background: url(../images/weixin3.png) no-repeat 8px 10px #fff;
    background-size: 26%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.client-2 li:hover.my-kefu-skype {
    background: url(../images/dh2.png) no-repeat 9px 7px #fff;
    background-size: 26%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}





.client-2 li:hover .my-kefu-right {
    display: block;
}


.client-2 .my-kefu-wechat {
    position: relative;
}

.client-2 .my-kefu-wechat .my-kefu-right {
    position: absolute;
    left: -100px;
    top: 0;
    width: 90px;
    height: 90px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(2, 59, 167, 0.2);
    display: none;
}

.client-2 .my-kefu-wechat .my-kefu-right img {
    width: 100%;
    height: auto;
}

.client-2 .my-kefu-wechat:hover .my-kefu-right {
    display: block;
}


.client-2 li:hover {
    left: -81px !important;
    opacity: 1;
}


.searchbox {
    float: right;
    margin-left: 30px;
    margin-top: 29px;
    position: relative;
    z-index: 5;
}

.searchbox .btn {
    width: 40px;
    height: 40px;
    background: url(../images/l5_1_1.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    border: none;
}

/*.searchbox:hover .searchinput {*/
/*    display: block;*/
/*}*/

.searchbox .searchinput {
    position: absolute;
    right: 0;
    top: 40px;
    width: 240px;
    display: none;
    overflow: visible!important;
}

.searchbox .searchinput .input {
    width: 100%;
    height: 40px;
}

.searchbox .searchinput .input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: rgba(59, 95, 197, 0.5);
    border:none;
    padding-left: 17px;
}

.searchbox .searchinput .icon {
    width: 40px;
    height: 40px;
    background-color: #1d4ba1;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.searchbox .searchinput .icon .pic {
    width: 100%;
    height: 100%;
    font-size: 12px;
    background: #1e50ae;
    border: none;
    color: #fff;
}

.intps {
    position: absolute;
    opacity: 1!important;
    left:-222px;
    top:-66px;
}



.lang {

    position: relative;
    float: right;
    opacity: 0;
}

.lang:hover .lj{
    display: block;
}


.lang::before {
    content: "";
    width: 1px;
    height: 16px;
   
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.lang .p {
    padding-left: 30px;
    font-size: 17px;
    line-height: 98px;
    height: 98px;
    padding-right: 20px;
    position: relative;
    /*background: url(../images/h_1.png) no-repeat center left;*/
    background-size: 20px 20px;
    color: #fff;
    width: 89px;
}

.fixed-header .lang .p  {
    color: #000;
    /*font-weight: bold;*/
}


.lang .p.on {
    color: #1d4ba1;
    font-weight: bold;

}

.lang .p.on::before {
    border-top: 1px solid #1d4ba1;
    border-right: 1px solid #1d4ba1;
}

.redbody .lang .p.on {
    color: #bb1027;
    font-weight: bold;

}

.redbody .lang .p.on::before {
    border-top: 1px solid #bb1027;
    border-right: 1px solid #bb1027;
}



.lang .lj {
    display: none;
    position: absolute;
    top: 98px;
    right: 78%;
    width: 108px;
    margin-right: -54px;
    border-radius: 5px;
    background: #fff;
    webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -moz-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transition: all 0.7s;
}

.lang .a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 19px 0px;
    background: #fff;
    color: #333;
    text-align: center;
    border-bottom: 1px #d6d6d6 solid;
    margin: 0 20px
}

.lang .a:hover {
    color: #1d4ba1;
}

.lang .active::before,
.lang .a:hover::before {
    content: '';
    height: 18px;
    width: 4px;
    background-color: #1d4ba1;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -7px;
}



.lang .lj:before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}













.ny_banner .bannerDown {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
}


.ny_banner .bannerDown .container {
    max-width: 80%;
}


.ny_banner .headline {
    /*float: left;*/
    font-size: 48px;
    color: white;
    line-height: 86px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 45%;
}

.ny_banner .headline span {
    display: block;
    font-size: 20px;
    position: relative;
     line-height: 40px;
     text-align: center;
}

.ny_banner .headline span::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 47%;
    left: -50px;
   
}


.ny_banner .headline span::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 47%;
    right: -50px;
    line-height: 40px;
}


.ny_banner .bannerDown .pz_SideLayer {
    float: right;
    margin-top: 26px;
}

.ny_banner .bannerDown .pz_SideLayer li {
    float: left;
    margin-left: 1px;
}

.ny_banner .bannerDown .pz_SideLayer li a {
    display: block;
    width: 158px;
    height: 60px;
    line-height: 60px;
    background: white;
    background: rgba(255, 255, 255, 0.89);
    text-align: center;
    float: left;
    font-size: 16px;
    color: #333;
}

.ny_banner .bannerDown .pz_SideLayer li.on a,
.ny_banner .bannerDown .pz_SideLayer li:hover a {
    color: white;
    background: #132e65;
    background: rgba(29, 75, 161, 0.89);
}

.ptcur a {
    color: white !important;
    background: rgba(29, 75, 161, 0.89) !important;
}


.ptext1 {
    width: 80%;
    margin: 0 auto;
    max-width: 1344px;
}

.ptext1 .title {
    width: 100%;
    margin-bottom: 30px!important;
    margin-top: 78px;
    padding-bottom: 35px;
    width: auto;
    color: #333333;
    font-size: 32px;
    text-align: left;
    line-height: normal;
    background-image: url(../images/CgAG0mLXzL2AUaCxAAAAgLLG5LU370.png);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
    font-weight: bold;
}

.ptext1 .jj {
    width: 100%;
    margin-top: 21px;
    color: #666;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 1px;
}


.ptext1 .jjtu img {
    width:25%;
    float: left;
}

.ptext1 .fx {
    width: 100%;
    margin-top: 75px;
}

.ptext1 .fx .bdsharebuttonbox a {
    font-size: 16px;
    color: #888;
    line-height: 32px;
    letter-spacing: 1px;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ptext1 .fx .bdsharebuttonbox a img {
    vertical-align: middle;
    margin: -3px 6px 0 0;
    width: 16px;
}


/*质量管理*/
.zlglHead {
    width: 100%;
    float: left;
    text-align: center;
}

.zlglHead h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #333;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 24px;
    position: relative;
}

.zlglHead h3:before {
    content: '';
    width: 38px;
    height: 3px;
    background: #132e65;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: 0;
}

.zlglHead .p {
    width: 100%;
    float: left;
    margin-top: 45px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    letter-spacing: 1px;
}

.zlglHead .p span {
    font-weight: bold;
    color: #132e65;
}

.zlglHead .p img {
    vertical-align: top;
}

@media screen and (max-width:991px) {
    .zlglHead h3 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0px;
        padding-bottom: 20px;
    }

    .zlglHead h3:before {
        width: 30px;
        height: 2px;
        margin-left: -15px;
    }

    .zlglHead .p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .zlglHead .p img {
        vertical-align: top;
    }
}

@media screen and (max-width:767px) {
    .zlglHead h3 {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    .zlglHead h3:before {
        width: 20px;
        margin-left: -10px;
    }

    .zlglHead .p {
        margin-top: 12px;
        font-size: 12px;
        line-height: 24px;
    }
}


/*质量管理1*/
.zlgl1 {
    padding: 132px 0 0 0;
    height: 430px;
}

@media screen and (max-width:991px) {
    .zlgl1 {
        padding: 91px 0 0 0;
        height: 320px;
    }
}

@media screen and (max-width:767px) {
    .zlgl1 {
        padding: 40px 10px 0 10px;
        height: 160px;
    }
}

/*质量管理2*/
.zlgl2 {
    padding: 80px 0 73px 0;
    text-align: center;
}

.zlgl2 .zlgl2Body {
    display: inline-block;
    vertical-align: top;
}

.zlgl2 .zlgl2Body .pic {
    float: left;
    width: 430px;
}

.zlgl2 .zlgl2Body .text {
    float: right;
    margin-left: 75px;
    width: 400px;
    line-height: 315px;
}

.zlgl2 .zlgl2Body .text .zlglHead {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: left;
}

.zlgl2 .zlgl2Body .zlglHead h3,
.zlgl2 .zlgl2Body .zlglHead .p {
    color: white;
}

.zlgl2 .zlgl2Body .zlglHead h3:before {
    left: 0;
    margin-left: 0;
}

@media screen and (max-width:991px) {
    .zlgl2 {
        padding: 50px 0 42px 0;
    }

    .zlgl2 .zlgl2Body .pic {
        width: 200px;
    }

    .zlgl2 .zlgl2Body .text {
        margin-left: 50px;
        line-height: 220px;
    }
}

@media screen and (max-width:767px) {
    .zlgl2 {
        padding: 30px 0 21px 0;
    }

    .zlgl2 .zlgl2Body {
        width: 100%;
    }

    .zlgl2 .zlgl2Body .pic {
        width: 100px;
    }

    .zlgl2 .zlgl2Body .text {
        float: none;
        margin-left: 120px;
        line-height: 100px;
        width: auto;
    }
}

/*质量管理3*/
.zlgl3 {
    padding: 90px 0 91px 0;
    height: 350px;
}

.zlgl3 .zlglHead .p {
    margin-top: 29px;
}

@media screen and (max-width:991px) {
    .zlgl3 {
        padding: 50px 0 50px 0;
    }

    .zlgl3 .zlglHead .p {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .zlgl3 {
        padding: 30px 0;
    }

    .zlgl3 .zlglHead .p {
        margin-top: 10px;
    }
}

/*质量管理4*/
.zlgl4 {
    padding: 92px 0 0 0;
    background: #f4f4f4;
    position: relative;
}

.zlgl4 .zlglHead .p {
    margin-top: 22px;
}

.zlgl4 .zbox {
    width: 100%;
    float: left;
    overflow-x: auto;
}

.zlgl4 .zlgl4Body {
    width: 1134px;
    float: left;
    margin-top: 28px;
    overflow: hidden;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.04);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.zlgl4 .zlgl4Body .title {
    width: 100%;
    float: left;
    background: #132e65;
    padding: 0 30px;
}

.zlgl4 .zlgl4Body .title li {
    float: left;
    font-size: 18px;
    color: white;
    line-height: 54px;
}

.zlgl4 .zlgl4Body .down {
    width: 100%;
    float: left;
    background: white;
    padding: 0 30px 32px 30px;
}

.zlgl4 .zlgl4Body .down table {
    width: 100%;
    float: left;
}

.zlgl4 .zlgl4Body .down table td {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    border: solid 1px #e0e3da;
    padding: 18px 10px 15px 10px;
    text-align: left;
}

.zlgl4 .zlgl4Body .dd1 {
    width: 12.1%;
    padding-left: 23px !important;
}

.zlgl4 .zlgl4Body .dd2 {
    width: 11.6%;
    padding-left: 20px !important;
}

.zlgl4 .zlgl4Body .dd3 {
    width: 26.9%;
    padding-left: 22px !important;
}

.zlgl4 .zlgl4Body .dd4 {
    width: 16.86%;
    padding-left: 22px !important;
}

.zlgl4 .zlgl4Body .dd5 {
    width: 9.22%;
    padding-left: 18px !important;
}

.zlgl4 .zlgl4Body .dd6 {
    width: 5.77%;
    text-align: center !important;
}

.zlgl4 .zlgl4Body .dd7 {
    width: 17.52%;
    text-align: center !important;
}

.zlgl4 .zlgl4Body .down table .tr1 {
    background: #f9f9f9;
}

.zlgl4 .zlgl4Body .down table .dd1 {
    background: rgba(142, 195, 31, 0.1);
}


.symimg {
    position: absolute;
    right: 10%;
    bottom:12%;
    width: 30%;
    opacity: 0.7;
    
}


.aboutbox {
    width: 100%;
    height: 753px;;
    padding: 113px 0;
    background: url(../images/inabg.jpg) no-repeat center;

}

.abcontent {
    width: 1200px;
    margin: 0 auto;

}

.abright {
    width: 550px;
    float: right;
    padding-top: 20px;
    color: #fff;
    line-height: 27px;
}

.abright h2 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    
}
.abright h2::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.abright .aba {
    display: block;
    width: 126px;
    height: 44px;
    background: #fff;
    color: #005baa;
    text-align: center;
    line-height: 44px;
    font-size: 12px;
    transition: all 0.5s;
}

.abright .aba:hover {
    box-shadow: 2px 2px 2px solid #dcdcdc;
}


.rzbox {
    padding: 40px 0;
}



.slideBox2 {
    width: 80%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    margin-top: 30px;
    padding-top: 60px;
}

.slideBox2 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: 1;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.slideBox2 .hd ul li {
    display: inline-block;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 0;
}

.slideBox2 .hd ul li.on {
    background: #132e65;
    color: #fff;
}

.slideBox2 .bd {
    position: relative;
    height: 51%;
    z-index: 0;
}

.slideBox2 .bd .tempWrap {
    margin: 0 auto;
}


.slideBox2 .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 270px;
    height: 372px;
    margin: 0 10px;
}

.slideBox2 .bd li img {

    display: block;
}

.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    left: 3%;
    top: 58%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox2 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}


.heng {
    width: 100%;
    
}
.heng img {
    width:100%;
}


.kyms p strong {
    color: #132e65;
}

.qedge-com-news-title {
    max-width: 1100PX;
    margin: 0 auto;
}



.bshow {
    position: absolute;
    left: 10%;
    top:40%;
    color: #fff;
    font-size: 26px;
    z-index: 999;
}
.bshow a {
    color: #fff;
}

.bshow h2 {
    font-size: 50px;
    line-height: 120px;
    font-weight: bold;
}


.bsa {
    display:block;
    margin-top: 40px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*background:linear-gradient(right, #132e65, #a0bef9);*/
    border: 2px solid #fff;
    font-size: 16px;
    
}
.bshow a:hover {
    color: #284d99;
}
.searchli h2 {
    font-size: 20px!important;
    color: #132e65!important;
}


.searchli li h3 a {
    font-size: 14px;
    color: #476ebf!important;
}



















